home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / QVIEW.ZIP / MAIN.DFM / MAIN.txt < prev   
Text File  |  1997-09-14  |  8KB  |  249 lines

  1. object MainForm: TMainForm
  2.   Left = 214
  3.   Top = 112
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Quick-Viewer'
  7.   ClientHeight = 345
  8.   ClientWidth = 637
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsMDIForm
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Position = poDefault
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   TextHeight = 13
  20.   object StatusLine: TPanel
  21.     Left = 0
  22.     Top = 324
  23.     Width = 637
  24.     Height = 21
  25.     Align = alBottom
  26.     BevelInner = bvLowered
  27.     Caption = 'StatusLine'
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     TabOrder = 0
  34.   end
  35.   object DirectoryListBox1: TDirectoryListBox
  36.     Left = 8
  37.     Top = 8
  38.     Width = 145
  39.     Height = 166
  40.     FileList = FileListBox1
  41.     ItemHeight = 16
  42.     TabOrder = 1
  43.   end
  44.   object FileListBox1: TFileListBox
  45.     Left = 168
  46.     Top = 8
  47.     Width = 145
  48.     Height = 166
  49.     ItemHeight = 13
  50.     Mask = '*.BMP;*.WMF;*.ICO'
  51.     TabOrder = 2
  52.     OnChange = FileListBox1Change
  53.   end
  54.   object DriveComboBox1: TDriveComboBox
  55.     Left = 8
  56.     Top = 184
  57.     Width = 145
  58.     Height = 19
  59.     DirList = DirectoryListBox1
  60.     TabOrder = 3
  61.   end
  62.   object FilterComboBox1: TFilterComboBox
  63.     Left = 168
  64.     Top = 184
  65.     Width = 145
  66.     Height = 20
  67.     FileList = FileListBox1
  68.     Filter = 'Bilder (BMP WMF ICO)|*.BMP;*.WMF;*.ICO'
  69.     TabOrder = 4
  70.   end
  71.   object GroupBox1: TGroupBox
  72.     Left = 8
  73.     Top = 216
  74.     Width = 100
  75.     Height = 101
  76.     Caption = ' Options '
  77.     TabOrder = 5
  78.     object CBStretch: TCheckBox
  79.       Left = 16
  80.       Top = 16
  81.       Width = 75
  82.       Height = 17
  83.       Hint = 'Stretch image to max display size'
  84.       Caption = 'Stretch'
  85.       TabOrder = 0
  86.       OnClick = CBStretchClick
  87.     end
  88.     object CBAutoSize: TCheckBox
  89.       Left = 16
  90.       Top = 56
  91.       Width = 75
  92.       Height = 17
  93.       Hint = 'AutoSize TImage'
  94.       Caption = 'AutoSize'
  95.       TabOrder = 1
  96.       OnClick = CBAutoSizeClick
  97.     end
  98.     object CBCenter: TCheckBox
  99.       Left = 16
  100.       Top = 76
  101.       Width = 75
  102.       Height = 17
  103.       Hint = 'Center Image in display space'
  104.       Caption = 'Center'
  105.       TabOrder = 2
  106.       OnClick = CBCenterClick
  107.     end
  108.     object CBRatio: TCheckBox
  109.       Left = 16
  110.       Top = 36
  111.       Width = 77
  112.       Height = 17
  113.       Hint = 'Keep x/y ratio while stretching'
  114.       Caption = 'Keep ratio'
  115.       TabOrder = 3
  116.       OnClick = CBRatioClick
  117.     end
  118.   end
  119.   object Panel1: TPanel
  120.     Left = 328
  121.     Top = 8
  122.     Width = 300
  123.     Height = 310
  124.     BevelInner = bvRaised
  125.     BevelOuter = bvLowered
  126.     TabOrder = 6
  127.     object Image1: TImage
  128.       Left = 8
  129.       Top = 8
  130.       Width = 285
  131.       Height = 295
  132.     end
  133.   end
  134.   object BCopyFile: TBitBtn
  135.     Left = 124
  136.     Top = 220
  137.     Width = 189
  138.     Height = 33
  139.     Hint = 'Copy the file'
  140.     Caption = 'Copy Image to...'
  141.     TabOrder = 7
  142.     OnClick = BCopyFileClick
  143.     Glyph.Data = {
  144.       76010000424D7601000000000000760000002800000020000000100000000100
  145.       04000000000000010000130B0000130B00000000000000000000000000000000
  146.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  147.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  148.       7700333333337777777733333333008088003333333377F73377333333330088
  149.       88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  150.       000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  151.       FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  152.       99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  153.       99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  154.       99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  155.       93337FFFF7737777733300000033333333337777773333333333}
  156.     NumGlyphs = 2
  157.   end
  158.   object BitBtn1: TBitBtn
  159.     Left = 224
  160.     Top = 284
  161.     Width = 89
  162.     Height = 33
  163.     Hint = 'Exit Quick-Viewer'
  164.     Caption = '&Exit'
  165.     ModalResult = 1
  166.     TabOrder = 8
  167.     OnClick = BitBtn1Click
  168.     Glyph.Data = {
  169.       BE060000424DBE06000000000000360400002800000024000000120000000100
  170.       0800000000008802000000000000000000000000000000000000000000000000
  171.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  172.       A400000000000000000000000000000000000000000000000000000000000000
  173.       0000000000000000000000000000000000000000000000000000000000000000
  174.       0000000000000000000000000000000000000000000000000000000000000000
  175.       0000000000000000000000000000000000000000000000000000000000000000
  176.       0000000000000000000000000000000000000000000000000000000000000000
  177.       0000000000000000000000000000000000000000000000000000000000000000
  178.       0000000000000000000000000000000000000000000000000000000000000000
  179.       0000000000000000000000000000000000000000000000000000000000000000
  180.       0000000000000000000000000000000000000000000000000000000000000000
  181.       0000000000000000000000000000000000000000000000000000000000000000
  182.       0000000000000000000000000000000000000000000000000000000000000000
  183.       0000000000000000000000000000000000000000000000000000000000000000
  184.       0000000000000000000000000000000000000000000000000000000000000000
  185.       0000000000000000000000000000000000000000000000000000000000000000
  186.       0000000000000000000000000000000000000000000000000000000000000000
  187.       0000000000000000000000000000000000000000000000000000000000000000
  188.       0000000000000000000000000000000000000000000000000000000000000000
  189.       0000000000000000000000000000000000000000000000000000000000000000
  190.       0000000000000000000000000000000000000000000000000000000000000000
  191.       0000000000000000000000000000000000000000000000000000000000000000
  192.       0000000000000000000000000000000000000000000000000000000000000000
  193.       0000000000000000000000000000000000000000000000000000000000000000
  194.       0000000000000000000000000000000000000000000000000000000000000000
  195.       0000000000000000000000000000000000000000000000000000000000000000
  196.       0000000000000000000000000000000000000000000000000000000000000000
  197.       0000000000000000000000000000000000000000000000000000000000000000
  198.       0000000000000000000000000000000000000000000000000000000000000000
  199.       0000000000000000000000000000000000000000000000000000000000000000
  200.       0000000000000000000000000000000000000000000000000000000000000000
  201.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  202.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030404040406
  203.       0303030303040404040303030303FFFFFFFF030303030303FFFFFFFF03030303
  204.       FAFAFA0403030303030302FA040303030303F8F80303FF0303030303F8F803FF
  205.       030303030302FA0406030303030302FA0403030303030303F803FF0303030303
  206.       03F803FF030303030302FA02040303030306FA060603030303030303F80303FF
  207.       03030303F803FF03030303030303FAFA040603030602FA040303030303030303
  208.       03F803FF030303F80303FF0303030303030306FAFA04040602FA040603030303
  209.       0303030303F80303FFFFF80303FF03030303030303030302FAFA020202040603
  210.       03030303030303030303F80303030303FF030303030303030303030306FAFAFA
  211.       020206040603030303030303030303F803030303FFF8FFFF0303030304040404
  212.       0606FAFA040306FA04030303030303F8FFFFFFF8F80303FF03F803FF03030303
  213.       06FAFA020406FA02040306FA04030303030303F8F80303FFF80303FF03F803FF
  214.       03030303030306FA0204FAFA040402FA040303030303030303F80303FF0303FF
  215.       FFF803FF0303030303030303FA02FAFA02FAFA0403030303030303030303F803
  216.       030303030303FF030303030303030303030202FAFAFA04030303030303030303
  217.       030303F80303030303FF0303030303030303030303030202FA04030303030303
  218.       0303030303030303F8030303FF0303030303030303030303030404FA04030303
  219.       03030303030303030303030303F803FF0303030303030303030303030306FA02
  220.       04030303030303030303030303030303F80303FF030303030303030303030303
  221.       0306FAFA04030303030303030303030303030303F80303FF0303030303030303
  222.       03030303030306060603030303030303030303030303030303F8F8F803030303
  223.       0303}
  224.     NumGlyphs = 2
  225.   end
  226.   object BitBtn2: TBitBtn
  227.     Left = 124
  228.     Top = 284
  229.     Width = 89
  230.     Height = 33
  231.     Hint = 'Copyright and Help'
  232.     Caption = '&About'
  233.     TabOrder = 9
  234.     OnClick = BitBtn2Click
  235.     Kind = bkHelp
  236.   end
  237.   object SaveDialog1: TSaveDialog
  238.     Filter = 'Bilder (BMP WMF ICO)|*.BMP; *.WMF; *.ICO'
  239.     Options = [ofOverwritePrompt, ofPathMustExist]
  240.     Left = 204
  241.     Top = 252
  242.   end
  243.   object Placement1: TPlacement
  244.     Section = 'MainForm'
  245.     Left = 176
  246.     Top = 252
  247.   end
  248. end
  249.